FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/neir-clinical-status-vs

Packagefhir.nigeriaImmunization
Resource TypeValueSet
Idneir-clinical-status-vs
FHIR VersionR4
Sourcehttp://nhin.example.ng/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ValueSet-neir-clinical-status-vs.html
URLhttp://example.org/ValueSet/neir-clinical-status-vs
Version0.1.0
Statusactive
Date2025-07-28T20:35:42+00:00
NameNEIRClinicalStatusVS
TitleNEIR Clinical Status
Realmus
Authorityhl7
DescriptionSubset of standard clinical statuses for allergy intolerance.

Resources that use this resource

StructureDefinition
NEIRAllergyIntoleranceNEIRAllergyIntolerance

Resources that this resource uses

CodeSystem
allergyintolerance-clinicalAllergyIntolerance Clinical Status Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet neir-clinical-status-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
    CodeDisplayDefinition
    activeActiveThe subject is currently experiencing, or is at risk of, a reaction to the identified substance.
    inactiveInactiveThe subject is no longer at risk of a reaction to the identified substance.
    resolvedResolvedA reaction to the identified substance has been clinically reassessed by testing or re-exposure and is considered no longer to be present. Re-exposure could be accidental, unplanned, or outside of any clinical setting.

Source

{
  "resourceType": "ValueSet",
  "id": "neir-clinical-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/ValueSet/neir-clinical-status-vs",
  "version": "0.1.0",
  "name": "NEIRClinicalStatusVS",
  "title": "NEIR Clinical Status",
  "status": "active",
  "experimental": false,
  "date": "2025-07-28T20:35:42+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Subset of standard clinical statuses for allergy intolerance.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "concept": [
          {
            "code": "active"
          },
          {
            "code": "inactive"
          },
          {
            "code": "resolved"
          }
        ]
      }
    ]
  }
}